home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_PROCESSING / TDLG_PROCESSING.txt
Text File  |  2002-07-04  |  670b  |  36 lines

  1. object Dlg_processing: TDlg_processing
  2.   Left = 241
  3.   Top = 210
  4.   BorderStyle = bsDialog
  5.   Caption = 'FoxMail'
  6.   ClientHeight = 75
  7.   ClientWidth = 361
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnCreate = FormCreate
  11.   OnShow = FormShow
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 20
  16.     Top = 10
  17.     Width = 3
  18.     Height = 16
  19.   end
  20.   object Gauge: TW95Meter
  21.     Left = 20
  22.     Top = 39
  23.     Width = 326
  24.     Height = 23
  25.     Percent = 100
  26.     Margin = 3
  27.   end
  28.   object Language: TLanguage
  29.     LangCenter = DM_Language.LangCenter
  30.     ResStrings.Strings = (
  31.       '0010=Encrypting...'
  32.       '0011=Decrypting...')
  33.     Left = 200
  34.   end
  35. end
  36.